DyalogStartupSE

This parameter specifies one or more Session initialisation directories that contain APL code to be installed in ⎕SE. If this parameter is not specified, the default is a directory named StartupSession located in three standard locations.

Under Windows these might be:

  1. C:\Program Files\Dyalog\Dyalog APL-64 19.0 Unicode
  2. C:\Users\Pete\Documents\Dyalog APL Files
  3. C:\Users\Pete\Documents\Dyalog APL-64 19.0 Unicode Files

The version-specific name is :

     Dyalog APL{bit} {version} {edition}

where:

The parameter is a string containing the list of directory names separated by ";" on Windows, ":" elsewhere.

If DyalogStartupSE begins with the specified separator, the default list is extended rather than replaced.

Note that the effective sequence of directories specified by this parameter is converted to a vector of character vectors and stored in ⎕SE.Dyalog.StartupSession.AllPaths.

If unset or extended (that is, starts with a : separator):

See also Implementation.